home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_426 / conman / install-conman < prev    next >
Text File  |  1992-05-06  |  677b  |  35 lines

  1. .K ""
  2.  
  3. ; Installs files for ConMan into the system directories
  4. ; You're only one step away from CLI bliss ... just "execute" this script!
  5.  
  6. echo "This script will install ConMan by overwriting the following files:"
  7. echo ""
  8.  
  9. echo "    L:ConHandler"
  10. echo "    LIBS:conhandler.library"
  11. echo "    DEVS:Con-MountList"
  12. echo "    c:ConMan"
  13. echo "    c:SetCMan"
  14. echo "    c:History"
  15.  
  16. echo ""
  17. ask "Do you wish to proceed?"
  18. if WARN
  19.     copy conhandler L:ConHandler
  20.     copy conhandler.library LIBS:conhandler.library
  21.     copy Con-MountList DEVS:Con-MountList
  22.     copy ConMan c:ConMan
  23.     copy SetCMan c:SetCMan
  24.     copy History c:History
  25. endif
  26.  
  27. echo ""
  28. echo "All Done.  Click close gadget to get rid of window."
  29. endcli
  30.  
  31.  
  32.  
  33.  
  34.  
  35.